Home
last modified time | relevance | path

Searched refs:ConstantFoldCastOperand (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
DConstantFolding.h95 Constant *ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp935 A = ConstantFoldCastOperand(Instruction::PtrToInt, in CanShareConstantPoolEntry()
938 A = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(A), in CanShareConstantPoolEntry()
941 B = ConstantFoldCastOperand(Instruction::PtrToInt, in CanShareConstantPoolEntry()
944 B = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(B), in CanShareConstantPoolEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DConstantFolding.h90 Constant *ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp1022 A = ConstantFoldCastOperand(Instruction::PtrToInt, in CanShareConstantPoolEntry()
1025 A = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(A), in CanShareConstantPoolEntry()
1028 B = ConstantFoldCastOperand(Instruction::PtrToInt, in CanShareConstantPoolEntry()
1031 B = ConstantFoldCastOperand(Instruction::BitCast, const_cast<Constant *>(B), in CanShareConstantPoolEntry()
/external/llvm/lib/Analysis/
DConstantFolding.cpp933 return ConstantFoldCastOperand(Opcode, Ops[0], DestTy, DL); in ConstantFoldInstOperandsImpl()
1181 Constant *llvm::ConstantFoldCastOperand(unsigned Opcode, Constant *C, in ConstantFoldCastOperand() function in llvm
DInstructionSimplify.cpp3744 return ConstantFoldCastOperand(Instruction::Trunc, C, Ty, Q.DL); in SimplifyTruncInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DConstantFolding.cpp1004 return ConstantFoldCastOperand(Opcode, Ops[0], DestTy, DL); in ConstantFoldInstOperandsImpl()
1273 Constant *llvm::ConstantFoldCastOperand(unsigned Opcode, Constant *C, in ConstantFoldCastOperand() function in llvm
DInstructionSimplify.cpp4141 return ConstantFoldCastOperand(CastOpc, C, Ty, Q.DL); in SimplifyCastInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp823 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp777 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()