Home
last modified time | relevance | path

Searched defs:getFalse (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h340 ConstantInt *getFalse() { in getFalse() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp667 ConstantInt *ConstantInt::getFalse(LLVMContext &Context) { in getFalse() function in ConstantInt
682 Constant *ConstantInt::getFalse(Type *Ty) { in getFalse() function in ConstantInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp116 static Constant *getFalse(Type *Ty) { in getFalse() function