HomeSort by: relevance | last modified time | path
    Searched refs:InputVal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 1462 Value *InputVal = Inst->getArgOperand(0);
1463 VectorType *VectorTy = cast<VectorType>(InputVal->getType());
1465 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 587 for (unsigned InputVal : InputGVNs) {
588 Optional<Value *> InputOpt = C.fromGVN(InputVal);

Completed in 26 milliseconds