Searched refs:InputValue (Results 1 – 3 of 3) sorted by relevance
1787 LValue InputValue, QualType InputType, in EmitAsmInputLValue() argument1793 Arg = EmitLoadOfLValue(InputValue, Loc).getScalarVal(); in EmitAsmInputLValue()1801 Arg = Builder.CreateLoad(Builder.CreateBitCast(InputValue.getAddress(), in EmitAsmInputLValue()1804 Arg = InputValue.getPointer(); in EmitAsmInputLValue()1809 Arg = InputValue.getPointer(); in EmitAsmInputLValue()
4169 LValue InputValue, QualType InputType,
33797 const APInt &InputValue = InputC->getAPIntValue(); in combineExtractVectorElt() local33798 uint64_t Res = InputValue[ExtractedElt]; in combineExtractVectorElt()