Searched refs:InputVal (Results 1 – 4 of 4) sorted by relevance
711 Value *InputVal = Orig->getOperand(ValIndex); in expandBufferStoreIntrinsic() local718 LowBits = Builder.CreateTrunc(InputVal, SplitElementTy); in expandBufferStoreIntrinsic()719 Value *ShiftedVal = Builder.CreateLShr(InputVal, ShiftAmt); in expandBufferStoreIntrinsic()
1848 int64_t InputVal) { in encodeCustomOperandVal() argument1849 if (InputVal < 0 || InputVal > Op.Max) in encodeCustomOperandVal()1851 return Op.encode(InputVal); in encodeCustomOperandVal()1855 const StringRef Name, int64_t InputVal, in encodeCustomOperand() argument1870 return encodeCustomOperandVal(Op, InputVal); in encodeCustomOperand()
943 for (unsigned InputVal : InputGVNs) { in findExtractedInputToOverallInputMapping() local944 std::optional<unsigned> CanonicalNumberOpt = C.getCanonicalNum(InputVal); in findExtractedInputToOverallInputMapping()948 std::optional<Value *> InputOpt = C.fromGVN(InputVal); in findExtractedInputToOverallInputMapping()
2223 Value *InputVal = Inst->getArgOperand(0); in LowerTranspose() local2224 FixedVectorType *VectorTy = cast<FixedVectorType>(InputVal->getType()); in LowerTranspose()2226 MatrixTy InputMatrix = getMatrix(InputVal, ArgShape, Builder); in LowerTranspose()