Searched refs:LLVMIntPredicate (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 131 LLVMIntPredicate cond); 145 LLVMIntPredicate cond; 154 LLVMIntPredicate llvm_cond,
|
D | lp_bld_flow.c | 243 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond() 292 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
|
D | lp_bld_logic.c | 309 LLVMIntPredicate op; in lp_build_compare()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 131 LLVMIntPredicate cond); 145 LLVMIntPredicate cond; 154 LLVMIntPredicate llvm_cond,
|
D | lp_bld_flow.c | 243 LLVMIntPredicate llvm_cond) in lp_build_loop_end_cond() 292 LLVMIntPredicate cmp_op, in lp_build_for_loop_begin()
|
D | lp_bld_logic.c | 309 LLVMIntPredicate op; in lp_build_compare()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 328 } LLVMIntPredicate; typedef 1658 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, 2376 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst); 2682 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef, LLVMIntPredicate Op,
|
/external/llvm/lib/IR/ |
D | Core.cpp | 992 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate, in LLVMConstICmp() 1853 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst) { in LLVMGetICmpPredicate() 1855 return (LLVMIntPredicate)I->getPredicate(); in LLVMGetICmpPredicate() 1858 return (LLVMIntPredicate)CE->getPredicate(); in LLVMGetICmpPredicate() 1859 return (LLVMIntPredicate)0; in LLVMGetICmpPredicate() 2480 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef B, LLVMIntPredicate Op, in LLVMBuildICmp()
|