/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
double-int.h | 275 /* Returns true if CST1 == CST2. */ 278 double_int_equal_p (double_int cst1, double_int cst2) 280 return cst1.low == cst2.low && cst1.high == cst2.high;
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
double-int.h | 275 /* Returns true if CST1 == CST2. */ 278 double_int_equal_p (double_int cst1, double_int cst2) 280 return cst1.low == cst2.low && cst1.high == cst2.high;
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
double-int.h | 275 /* Returns true if CST1 == CST2. */ 278 double_int_equal_p (double_int cst1, double_int cst2) 280 return cst1.low == cst2.low && cst1.high == cst2.high;
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
double-int.h | 275 /* Returns true if CST1 == CST2. */ 278 double_int_equal_p (double_int cst1, double_int cst2) 280 return cst1.low == cst2.low && cst1.high == cst2.high;
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
pr15289.ll | 26 @.cst1 = external unnamed_addr constant [3 x i8], align 8
|
/external/icu4c/test/intltest/ |
tzregts.cpp | 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, local [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | 631 // fold __builtin_memcpy_chk(x, y, cst1, cst2) to memcpy iff cst1<=cst2. 658 // fold __builtin_memmove_chk(x, y, cst1, cst2) to memmove iff cst1<=cst2. 697 // fold __builtin_memset_chk(x, y, cst1, cst2) to memset iff cst1<=cst2. [all...] |
/external/llvm/include/llvm/CodeGen/ |
SelectionDAG.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |