| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 92 return ConstantExpr::getBitCast(C, DestTy); in foldConstVectorToAPInt() 125 C = ConstantExpr::getBitCast(C, SrcIVTy); in FoldBitCast() 144 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 155 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 161 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 185 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 195 C = ConstantExpr::getBitCast(C, SrcIVTy); in FoldBitCast() 227 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 260 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast() 270 return ConstantExpr::getBitCast(C, DestTy); in FoldBitCast()
|
| H A D | ValueTracking.cpp | 5379 return Ty ? isBytewiseValue(ConstantExpr::getBitCast(CFP, Ty), DL) in isBytewiseValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 302 Constant *C0 = ConstantExpr::getBitCast(const_cast<Constant *>(this), IntTy); in isElementWiseEqual() 303 Constant *C1 = ConstantExpr::getBitCast(cast<Constant>(Y), IntTy); in isElementWiseEqual() 1865 return llvm::ConstantExpr::getBitCast(NewEquiv, getType()); in handleOperandChangeImpl() 1878 return llvm::ConstantExpr::getBitCast(NewEquiv, getType()); in handleOperandChangeImpl() 1922 return llvm::ConstantExpr::getBitCast(NewNC, getType()); in handleOperandChangeImpl() 1976 return getBitCast(C, Ty, OnlyIfReduced); in getCast() 1984 return getBitCast(C, Ty); in getTruncOrBitCast() 2000 return getBitCast(S, Ty); in getPointerCast() 2011 return getBitCast(S, Ty); in getPointerBitCastOrAddrSpaceCast() 2056 Constant *ConstantExpr::getBitCast(Constant *C, Type *DstTy, in getBitCast() function in ConstantExpr
|
| H A D | ConstantFold.cpp | 85 return ConstantExpr::getBitCast(ConstantVector::get(V), DestPTy); in FoldBitCast()
|
| H A D | Core.cpp | 1750 return wrap(ConstantExpr::getBitCast(unwrap<Constant>(ConstantVal), in LLVMConstBitCast()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 194 MV->Val = ConstantExpr::getBitCast(V, MVType); in write() 504 InstResult = ConstantExpr::getBitCast(InstResult, II->getType()); in EvaluateBlock()
|
| H A D | ValueMapper.cpp | 454 return getVM()[E] = llvm::ConstantExpr::getBitCast( in mapValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 719 return ConstantExpr::getBitCast(CE->getOperand(0), TargetType); in cloneConstantExprWithNewAddressSpace() 724 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace() 732 return ConstantExpr::getBitCast(Src, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 1133 llvm::Value *Args[3] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitMCDCParameters() 1161 llvm::Value *Args[5] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitMCDCTestVectorBitmapUpdate() 1212 llvm::Value *Args[5] = {llvm::ConstantExpr::getBitCast(FuncNameVar, I8PtrTy), in emitMCDCCondBitmapUpdate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Arm64ECCallLowering.cpp | 713 {ConstantExpr::getBitCast(Thunk.Src, PtrTy), in runOnModule() 714 ConstantExpr::getBitCast(Thunk.Dst, PtrTy), in runOnModule()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroElide.cpp | 73 Value = ConstantExpr::getBitCast(Value, IntrTy); in replaceWithConstant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 2147 return collectInsertionElements(ConstantExpr::getBitCast(C, VecEltTy), in collectInsertionElements() 2153 C = ConstantExpr::getBitCast(C, IntegerType::get(V->getContext(), in collectInsertionElements() 2516 NewV = ConstantExpr::getBitCast(C, DestTy); in optimizeBitCastFromPhi()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 1051 static Constant *getBitCast(Constant *C, Type *Ty,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 982 Constant *Ret = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType())); in linkAppendingVarProto()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 219 NamePtr, llvm::ConstantExpr::getBitCast(NamePtr, \
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 219 NamePtr, llvm::ConstantExpr::getBitCast(NamePtr, \
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstCombineIntrinsic.cpp | 31 V = ConstantExpr::getBitCast(V, IntTy); in getNegativeIsTrueBoolVec()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3433 ConstantExpr::getBitCast(const_cast<ConstantVector *>(CV), IntT), DL)); in emitGlobalConstantVector()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 6369 ValMap[C] = ConstantExpr::getBitCast(C, ConvertTy); in optimizePhiType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 8431 LoadInput = ConstantExpr::getBitCast(const_cast<Constant *>(LoadInput), in getMemCmpLoad()
|