Searched refs:ConstantFoldCastOperand (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 95 Constant *ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 935 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/ |
D | ConstantFolding.h | 90 Constant *ConstantFoldCastOperand(unsigned Opcode, Constant *C, Type *DestTy,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 1022 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/ |
D | ConstantFolding.cpp | 933 return ConstantFoldCastOperand(Opcode, Ops[0], DestTy, DL); in ConstantFoldInstOperandsImpl() 1181 Constant *llvm::ConstantFoldCastOperand(unsigned Opcode, Constant *C, in ConstantFoldCastOperand() function in llvm
|
D | InstructionSimplify.cpp | 3744 return ConstantFoldCastOperand(Instruction::Trunc, C, Ty, Q.DL); in SimplifyTruncInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1004 return ConstantFoldCastOperand(Opcode, Ops[0], DestTy, DL); in ConstantFoldInstOperandsImpl() 1273 Constant *llvm::ConstantFoldCastOperand(unsigned Opcode, Constant *C, in ConstantFoldCastOperand() function in llvm
|
D | InstructionSimplify.cpp | 4141 return ConstantFoldCastOperand(CastOpc, C, Ty, Q.DL); in SimplifyCastInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 823 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 777 Constant *C = ConstantFoldCastOperand(I.getOpcode(), OpSt.getConstant(), in visitCastInst()
|