Home
last modified time | relevance | path

Searched defs:AsInt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DHexagon.cpp208 llvm::Value *AsInt = in EmitVAArgFromMemory() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3431 APInt AsInt; in parseRealInstList() local
3456 for (const APInt &AsInt : ValuesAsInt) { in emitRealValues() local
3817 for (const APInt &AsInt : Contents.AsIntValues) { in emitFieldValue() local
3868 for (const auto &AsInt : Initializer.AsIntValues) { in emitFieldInitializer() local
3873 for (const auto &AsInt : in emitFieldInitializer() local
H A DAsmParser.cpp3245 APInt AsInt; in parseDirectiveRealValue() local
4893 APInt AsInt; in parseDirectiveRealDCB() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp232 uint64_t AsInt = AllocaTypeSize ? AllocaTypeSize->getFixedValue() : 0; in sizeOfAlloca() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2541 SDValue AsInt = DAG.getNode(ISD::SHL, dl, AsIntVT, CastExpToValTy, in expandLdexp() local
2610 SDValue AsInt = DAG.getNode(ISD::BITCAST, dl, AsIntVT, Val); in expandFrexp() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2080 SDValue AsInt = DAG.getNode( in LowerBITCAST() local
5847 SDValue AsInt = DAG.getBitcast(MVT::i16, Op->getOperand(0)); in ReplaceBITCAST() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp705 Value *AsInt = Builder.CreatePtrToInt(Ptr, HVC.getIntTy(), "pti"); in createAlignedPointer() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7559 APSInt AsInt(Val.bitcastToAPInt()); in visitFloat() local
15303 APSInt AsInt; in VisitCastExpr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp9265 auto AsInt = MIRBuilder.buildCopy(IntTy, SrcReg); in lowerISFPCLASS() local