HomeSort by relevance Sort by last modified time
    Searched defs:CreateZExtOrBitCast (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 199 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
ConstantFolder.h 186 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 239 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
240 return CastInst::CreateZExtOrBitCast(C, DestTy);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ConstantFolder.h 179 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 226 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
227 return CastInst::CreateZExtOrBitCast(C, DestTy);
TargetFolder.h 191 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetFolder.h 198 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ConstantFolder.h 216 Constant *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 280 Instruction *CreateZExtOrBitCast(Constant *C, Type *DestTy) const {
281 return CastInst::CreateZExtOrBitCast(C, DestTy);
IRBuilder.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go     [all...]

Completed in 2247 milliseconds